MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Tools Namespace / ObjectRefComparer<T> Class
The type of objects to compare.
Members

ObjectRefComparer<T> Class
Provides a comparer for objects that compares by reference equality.
Object Model
ObjectRefComparer<T> Class
Syntax
'Declaration
 
Public NotInheritable Class ObjectRefComparer(Of T As Class) 
 
Type Parameters
T
The type of objects to compare.
Remarks
This class should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
Inheritance Hierarchy

System.Object
   GrapeCity.ActiveReports.Rendering.Tools.ObjectRefComparer<T>

See Also